home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Graphisme / picturemerge / picturemerge.exe / {app} / picmerge.exe / 0 / RCDATA / TFIOPREVIEWS / TFIOPREVIEWS.txt
Text File  |  2012-06-22  |  31KB  |  1,437 lines

  1. object fIOPreviews: TfIOPreviews
  2.   Left = 518
  3.   Top = 336
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Parameters preview'
  7.   ClientHeight = 423
  8.   ClientWidth = 527
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 527
  27.     Height = 423
  28.     Align = alClient
  29.   end
  30.   object Label1: TLabel
  31.     Left = 10
  32.     Top = 7
  33.     Width = 37
  34.     Height = 13
  35.     Caption = 'Source:'
  36.     Transparent = True
  37.   end
  38.   object Label2: TLabel
  39.     Left = 227
  40.     Top = 7
  41.     Width = 34
  42.     Height = 13
  43.     Caption = 'Result:'
  44.     Transparent = True
  45.   end
  46.   object Button1: TButton
  47.     Left = 428
  48.     Top = 21
  49.     Width = 87
  50.     Height = 23
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 0
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 428
  59.     Top = 49
  60.     Width = 87
  61.     Height = 23
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 1
  66.   end
  67.   object PageControl1: TPageControl
  68.     Left = 10
  69.     Top = 174
  70.     Width = 417
  71.     Height = 217
  72.     ActivePage = TabSheetJPEG1
  73.     HotTrack = True
  74.     TabOrder = 4
  75.     OnChange = PageControl1Change
  76.     OnChanging = PageControl1Changing
  77.     object TabSheetJPEG1: TTabSheet
  78.       Caption = 'JPEG'
  79.       object Label23: TLabel
  80.         Left = 16
  81.         Top = 8
  82.         Width = 38
  83.         Height = 13
  84.         Caption = '&Quality:'
  85.         FocusControl = Edit22
  86.       end
  87.       object Label24: TLabel
  88.         Left = 208
  89.         Top = 141
  90.         Width = 84
  91.         Height = 13
  92.         Caption = 'Compressed size:'
  93.       end
  94.       object Label25: TLabel
  95.         Left = 209
  96.         Top = 157
  97.         Width = 12
  98.         Height = 13
  99.         Caption = '---'
  100.       end
  101.       object Label3: TLabel
  102.         Left = 16
  103.         Top = 141
  104.         Width = 61
  105.         Height = 13
  106.         Caption = 'Original size:'
  107.       end
  108.       object Label4: TLabel
  109.         Left = 16
  110.         Top = 157
  111.         Width = 12
  112.         Height = 13
  113.         Caption = '---'
  114.       end
  115.       object Edit22: TEdit
  116.         Left = 77
  117.         Top = 5
  118.         Width = 33
  119.         Height = 21
  120.         TabOrder = 0
  121.         Text = '0'
  122.         OnChange = Edit22Change
  123.       end
  124.       object TrackBar13: TTrackBar
  125.         Left = 128
  126.         Top = 6
  127.         Width = 275
  128.         Height = 19
  129.         Max = 100
  130.         Orientation = trHorizontal
  131.         Frequency = 5
  132.         Position = 0
  133.         SelEnd = 0
  134.         SelStart = 0
  135.         TabOrder = 1
  136.         TickMarks = tmBottomRight
  137.         TickStyle = tsAuto
  138.         OnChange = TrackBar13Change
  139.       end
  140.       object GroupBox5: TGroupBox
  141.         Left = 8
  142.         Top = 43
  143.         Width = 388
  144.         Height = 84
  145.         Caption = ' Advanced '
  146.         TabOrder = 2
  147.         object Label26: TLabel
  148.           Left = 8
  149.           Top = 20
  150.           Width = 63
  151.           Height = 13
  152.           Caption = '&DCT method:'
  153.         end
  154.         object Label27: TLabel
  155.           Left = 8
  156.           Top = 48
  157.           Width = 86
  158.           Height = 13
  159.           Caption = '&Smoothing factor:'
  160.         end
  161.         object Label57: TLabel
  162.           Left = 240
  163.           Top = 20
  164.           Width = 61
  165.           Height = 13
  166.           Caption = 'P&hotometric:'
  167.         end
  168.         object CheckBox2: TCheckBox
  169.           Left = 238
  170.           Top = 42
  171.           Width = 121
  172.           Height = 17
  173.           Alignment = taLeftJustify
  174.           Caption = '&Optimal Huffman'
  175.           TabOrder = 4
  176.           OnClick = TrackBar13Change
  177.         end
  178.         object ComboBox1: TComboBox
  179.           Left = 114
  180.           Top = 17
  181.           Width = 109
  182.           Height = 21
  183.           Style = csDropDownList
  184.           ItemHeight = 13
  185.           TabOrder = 0
  186.           OnChange = TrackBar13Change
  187.           Items.Strings = (
  188.             'ISlow'
  189.             'IFast'
  190.             'Float')
  191.         end
  192.         object Edit23: TEdit
  193.           Left = 114
  194.           Top = 45
  195.           Width = 37
  196.           Height = 21
  197.           TabOrder = 2
  198.           Text = '0'
  199.           OnChange = Edit22Change
  200.         end
  201.         object UpDown11: TUpDown
  202.           Left = 151
  203.           Top = 45
  204.           Width = 15
  205.           Height = 21
  206.           Associate = Edit23
  207.           Min = 0
  208.           Position = 0
  209.           TabOrder = 3
  210.           Wrap = False
  211.         end
  212.         object CheckBox3: TCheckBox
  213.           Left = 238
  214.           Top = 60
  215.           Width = 121
  216.           Height = 17
  217.           Alignment = taLeftJustify
  218.           Caption = 'P&rogressive'
  219.           TabOrder = 5
  220.           OnClick = TrackBar13Change
  221.         end
  222.         object ComboBox13: TComboBox
  223.           Left = 306
  224.           Top = 17
  225.           Width = 78
  226.           Height = 21
  227.           Style = csDropDownList
  228.           ItemHeight = 13
  229.           TabOrder = 1
  230.           OnChange = TrackBar13Change
  231.           Items.Strings = (
  232.             'RGB'
  233.             'GrayScale'
  234.             'YCbCr'
  235.             'CMYK'
  236.             'YCbCrK')
  237.         end
  238.       end
  239.     end
  240.     object TabSheetJPEG2: TTabSheet
  241.       Caption = 'JPEG'
  242.       object Label72: TLabel
  243.         Left = 16
  244.         Top = 8
  245.         Width = 38
  246.         Height = 13
  247.         Caption = '&Quality:'
  248.         FocusControl = Edit16
  249.       end
  250.       object Label73: TLabel
  251.         Left = 16
  252.         Top = 61
  253.         Width = 61
  254.         Height = 13
  255.         Caption = 'Original size:'
  256.       end
  257.       object Label74: TLabel
  258.         Left = 16
  259.         Top = 77
  260.         Width = 12
  261.         Height = 13
  262.         Caption = '---'
  263.       end
  264.       object Label75: TLabel
  265.         Left = 208
  266.         Top = 61
  267.         Width = 84
  268.         Height = 13
  269.         Caption = 'Compressed size:'
  270.       end
  271.       object Label76: TLabel
  272.         Left = 209
  273.         Top = 77
  274.         Width = 12
  275.         Height = 13
  276.         Caption = '---'
  277.       end
  278.       object Edit16: TEdit
  279.         Left = 77
  280.         Top = 5
  281.         Width = 33
  282.         Height = 21
  283.         TabOrder = 0
  284.         Text = '0'
  285.         OnChange = Edit16Change
  286.       end
  287.       object TrackBar2: TTrackBar
  288.         Left = 128
  289.         Top = 6
  290.         Width = 275
  291.         Height = 19
  292.         Max = 100
  293.         Orientation = trHorizontal
  294.         Frequency = 5
  295.         Position = 0
  296.         SelEnd = 0
  297.         SelStart = 0
  298.         TabOrder = 1
  299.         TickMarks = tmBottomRight
  300.         TickStyle = tsAuto
  301.         OnChange = TrackBar2Change
  302.       end
  303.     end
  304.     object TabSheetTIFF1: TTabSheet
  305.       Caption = 'TIFF'
  306.       object Label5: TLabel
  307.         Left = 15
  308.         Top = 8
  309.         Width = 65
  310.         Height = 13
  311.         Caption = '&Compression:'
  312.       end
  313.       object Label6: TLabel
  314.         Left = 236
  315.         Top = 8
  316.         Width = 63
  317.         Height = 13
  318.         Caption = '&Image index:'
  319.       end
  320.       object Label7: TLabel
  321.         Left = 15
  322.         Top = 32
  323.         Width = 61
  324.         Height = 13
  325.         Caption = 'P&hotometric:'
  326.       end
  327.       object Label19: TLabel
  328.         Left = 236
  329.         Top = 32
  330.         Width = 34
  331.         Height = 13
  332.         Caption = 'C&olors:'
  333.       end
  334.       object Label9: TLabel
  335.         Left = 16
  336.         Top = 149
  337.         Width = 61
  338.         Height = 13
  339.         Caption = 'Original size:'
  340.       end
  341.       object Label11: TLabel
  342.         Left = 16
  343.         Top = 165
  344.         Width = 12
  345.         Height = 13
  346.         Caption = '---'
  347.       end
  348.       object Label17: TLabel
  349.         Left = 208
  350.         Top = 149
  351.         Width = 84
  352.         Height = 13
  353.         Caption = 'Compressed size:'
  354.       end
  355.       object Label18: TLabel
  356.         Left = 209
  357.         Top = 165
  358.         Width = 12
  359.         Height = 13
  360.         Caption = '---'
  361.       end
  362.       object ComboBox2: TComboBox
  363.         Left = 95
  364.         Top = 5
  365.         Width = 127
  366.         Height = 21
  367.         Style = csDropDownList
  368.         Ctl3D = True
  369.         ItemHeight = 0
  370.         ParentCtl3D = False
  371.         TabOrder = 0
  372.         OnChange = ComboBox2Click
  373.       end
  374.       object Edit1: TEdit
  375.         Left = 324
  376.         Top = 5
  377.         Width = 33
  378.         Height = 21
  379.         TabOrder = 1
  380.         Text = '0'
  381.         OnChange = ComboBox2Click
  382.       end
  383.       object UpDown1: TUpDown
  384.         Left = 357
  385.         Top = 5
  386.         Width = 15
  387.         Height = 21
  388.         Associate = Edit1
  389.         Min = 0
  390.         Max = 1000
  391.         Position = 0
  392.         TabOrder = 2
  393.         Thousands = False
  394.         Wrap = False
  395.       end
  396.       object ComboBox3: TComboBox
  397.         Left = 95
  398.         Top = 30
  399.         Width = 127
  400.         Height = 21
  401.         Style = csDropDownList
  402.         ItemHeight = 13
  403.         TabOrder = 3
  404.         OnChange = ComboBox2Click
  405.         Items.Strings = (
  406.           'WhiteIsZero/Gray'
  407.           'BlackIsZero/Gray'
  408.           'RGB'
  409.           'RGBPalette'
  410.           'TransPMask'
  411.           'CMYK'
  412.           'YCbCr'
  413.           'CIELab')
  414.       end
  415.       object GroupBox1: TGroupBox
  416.         Left = 8
  417.         Top = 55
  418.         Width = 401
  419.         Height = 91
  420.         Caption = ' Scanned document info '
  421.         TabOrder = 5
  422.         object Label8: TLabel
  423.           Left = 8
  424.           Top = 67
  425.           Width = 102
  426.           Height = 13
  427.           Caption = 'H&oriz. Position (inch):'
  428.         end
  429.         object Label10: TLabel
  430.           Left = 182
  431.           Top = 67
  432.           Width = 98
  433.           Height = 13
  434.           Caption = '&Vert. Position (inch):'
  435.         end
  436.         object Label12: TLabel
  437.           Left = 8
  438.           Top = 19
  439.           Width = 31
  440.           Height = 13
  441.           Caption = '&Name:'
  442.         end
  443.         object Label13: TLabel
  444.           Left = 182
  445.           Top = 19
  446.           Width = 57
  447.           Height = 13
  448.           Caption = '&Description:'
  449.         end
  450.         object Label14: TLabel
  451.           Left = 8
  452.           Top = 44
  453.           Width = 57
  454.           Height = 13
  455.           Caption = 'P&age name:'
  456.         end
  457.         object Label15: TLabel
  458.           Left = 182
  459.           Top = 44
  460.           Width = 68
  461.           Height = 13
  462.           Caption = 'Page N&umber:'
  463.         end
  464.         object Label16: TLabel
  465.           Left = 334
  466.           Top = 44
  467.           Width = 10
  468.           Height = 13
  469.           Caption = 'o&f'
  470.         end
  471.         object Edit2: TEdit
  472.           Left = 124
  473.           Top = 64
  474.           Width = 49
  475.           Height = 21
  476.           TabOrder = 5
  477.           OnChange = ComboBox2Click
  478.         end
  479.         object Edit3: TEdit
  480.           Left = 292
  481.           Top = 63
  482.           Width = 49
  483.           Height = 21
  484.           TabOrder = 6
  485.           OnChange = ComboBox2Click
  486.         end
  487.         object Edit4: TEdit
  488.           Left = 68
  489.           Top = 16
  490.           Width = 105
  491.           Height = 21
  492.           TabOrder = 0
  493.           OnChange = ComboBox2Click
  494.         end
  495.         object Edit5: TEdit
  496.           Left = 251
  497.           Top = 15
  498.           Width = 139
  499.           Height = 21
  500.           TabOrder = 1
  501.           OnChange = ComboBox2Click
  502.         end
  503.         object Edit6: TEdit
  504.           Left = 97
  505.           Top = 40
  506.           Width = 76
  507.           Height = 21
  508.           TabOrder = 2
  509.           OnChange = ComboBox2Click
  510.         end
  511.         object Edit7: TEdit
  512.           Left = 292
  513.           Top = 40
  514.           Width = 33
  515.           Height = 21
  516.           TabOrder = 3
  517.           OnChange = ComboBox2Click
  518.         end
  519.         object Edit8: TEdit
  520.           Left = 357
  521.           Top = 40
  522.           Width = 33
  523.           Height = 21
  524.           TabOrder = 4
  525.           OnChange = ComboBox2Click
  526.         end
  527.       end
  528.       object ComboBox4: TComboBox
  529.         Left = 324
  530.         Top = 30
  531.         Width = 77
  532.         Height = 21
  533.         Style = csDropDownList
  534.         ItemHeight = 13
  535.         TabOrder = 4
  536.         OnChange = ComboBox2Click
  537.         Items.Strings = (
  538.           'B/W'
  539.           '16'
  540.           '256'
  541.           '65,536'
  542.           '16M')
  543.       end
  544.     end
  545.     object TabSheetTIFF2: TTabSheet
  546.       Caption = 'TIFF'
  547.       object Label77: TLabel
  548.         Left = 16
  549.         Top = 61
  550.         Width = 61
  551.         Height = 13
  552.         Caption = 'Original size:'
  553.       end
  554.       object Label78: TLabel
  555.         Left = 16
  556.         Top = 77
  557.         Width = 12
  558.         Height = 13
  559.         Caption = '---'
  560.       end
  561.       object Label79: TLabel
  562.         Left = 208
  563.         Top = 61
  564.         Width = 84
  565.         Height = 13
  566.         Caption = 'Compressed size:'
  567.       end
  568.       object Label80: TLabel
  569.         Left = 209
  570.         Top = 77
  571.         Width = 12
  572.         Height = 13
  573.         Caption = '---'
  574.       end
  575.       object Label81: TLabel
  576.         Left = 15
  577.         Top = 8
  578.         Width = 65
  579.         Height = 13
  580.         Caption = '&Compression:'
  581.       end
  582.       object Label82: TLabel
  583.         Left = 15
  584.         Top = 34
  585.         Width = 34
  586.         Height = 13
  587.         Caption = 'C&olors:'
  588.       end
  589.       object ComboBox16: TComboBox
  590.         Left = 95
  591.         Top = 5
  592.         Width = 127
  593.         Height = 21
  594.         Style = csDropDownList
  595.         Ctl3D = True
  596.         ItemHeight = 13
  597.         ParentCtl3D = False
  598.         TabOrder = 0
  599.         OnChange = ComboBox16Change
  600.         Items.Strings = (
  601.           '')
  602.       end
  603.       object ComboBox17: TComboBox
  604.         Left = 95
  605.         Top = 32
  606.         Width = 77
  607.         Height = 21
  608.         Style = csDropDownList
  609.         ItemHeight = 13
  610.         TabOrder = 1
  611.         OnChange = ComboBox16Change
  612.         Items.Strings = (
  613.           '2'
  614.           '16'
  615.           '256'
  616.           '16M')
  617.       end
  618.     end
  619.     object TabSheetGIF1: TTabSheet
  620.       Caption = 'GIF'
  621.       object Label20: TLabel
  622.         Left = 216
  623.         Top = 8
  624.         Width = 63
  625.         Height = 13
  626.         Caption = '&Image index:'
  627.       end
  628.       object Label21: TLabel
  629.         Left = 30
  630.         Top = 8
  631.         Width = 34
  632.         Height = 13
  633.         Caption = '&Colors:'
  634.       end
  635.       object Label34: TLabel
  636.         Left = 216
  637.         Top = 32
  638.         Width = 89
  639.         Height = 13
  640.         Caption = 'T&ransparent color:'
  641.       end
  642.       object Label35: TLabel
  643.         Left = 216
  644.         Top = 53
  645.         Width = 60
  646.         Height = 13
  647.         Caption = '&Background:'
  648.       end
  649.       object Label22: TLabel
  650.         Left = 16
  651.         Top = 150
  652.         Width = 61
  653.         Height = 13
  654.         Caption = 'Original size:'
  655.       end
  656.       object Label28: TLabel
  657.         Left = 16
  658.         Top = 166
  659.         Width = 12
  660.         Height = 13
  661.         Caption = '---'
  662.       end
  663.       object Label29: TLabel
  664.         Left = 208
  665.         Top = 150
  666.         Width = 84
  667.         Height = 13
  668.         Caption = 'Compressed size:'
  669.       end
  670.       object Label30: TLabel
  671.         Left = 209
  672.         Top = 166
  673.         Width = 12
  674.         Height = 13
  675.         Caption = '---'
  676.       end
  677.       object Edit9: TEdit
  678.         Left = 319
  679.         Top = 5
  680.         Width = 33
  681.         Height = 21
  682.         TabOrder = 1
  683.         Text = '0'
  684.         OnChange = ComboBox5Click
  685.       end
  686.       object UpDown2: TUpDown
  687.         Left = 352
  688.         Top = 5
  689.         Width = 15
  690.         Height = 21
  691.         Associate = Edit9
  692.         Min = 0
  693.         Max = 1000
  694.         Position = 0
  695.         TabOrder = 2
  696.         Thousands = False
  697.         Wrap = False
  698.       end
  699.       object ComboBox5: TComboBox
  700.         Left = 101
  701.         Top = 6
  702.         Width = 65
  703.         Height = 21
  704.         Style = csDropDownList
  705.         ItemHeight = 13
  706.         TabOrder = 0
  707.         OnChange = ComboBox5Click
  708.         Items.Strings = (
  709.           'B/W'
  710.           '4'
  711.           '8'
  712.           '16'
  713.           '32'
  714.           '64'
  715.           '128'
  716.           '256')
  717.       end
  718.       object Panel3: TPanel
  719.         Left = 319
  720.         Top = 31
  721.         Width = 34
  722.         Height = 17
  723.         BevelOuter = bvLowered
  724.         TabOrder = 4
  725.         OnClick = Panel3Click
  726.       end
  727.       object CheckBox4: TCheckBox
  728.         Left = 28
  729.         Top = 32
  730.         Width = 86
  731.         Height = 17
  732.         Alignment = taLeftJustify
  733.         Caption = '&Transparent:'
  734.         TabOrder = 3
  735.         OnClick = ComboBox5Click
  736.       end
  737.       object CheckBox5: TCheckBox
  738.         Left = 28
  739.         Top = 53
  740.         Width = 86
  741.         Height = 17
  742.         Alignment = taLeftJustify
  743.         Caption = 'I&nterlaced:'
  744.         TabOrder = 5
  745.         OnClick = ComboBox5Click
  746.       end
  747.       object Panel4: TPanel
  748.         Left = 319
  749.         Top = 53
  750.         Width = 34
  751.         Height = 17
  752.         BevelOuter = bvLowered
  753.         TabOrder = 6
  754.         OnClick = Panel4Click
  755.       end
  756.       object GroupBox2: TGroupBox
  757.         Left = 16
  758.         Top = 74
  759.         Width = 385
  760.         Height = 74
  761.         Caption = ' Advanced '
  762.         TabOrder = 7
  763.         object Label33: TLabel
  764.           Left = 202
  765.           Top = 20
  766.           Width = 54
  767.           Height = 13
  768.           Caption = '&Delay time:'
  769.         end
  770.         object Label31: TLabel
  771.           Left = 14
  772.           Top = 20
  773.           Width = 72
  774.           Height = 13
  775.           Caption = '&Horiz. Position:'
  776.         end
  777.         object Label32: TLabel
  778.           Left = 15
  779.           Top = 47
  780.           Width = 68
  781.           Height = 13
  782.           Caption = '&Vert. Position:'
  783.         end
  784.         object Label36: TLabel
  785.           Left = 340
  786.           Top = 20
  787.           Width = 36
  788.           Height = 13
  789.           Caption = '1/100 s'
  790.         end
  791.         object Edit12: TEdit
  792.           Left = 286
  793.           Top = 16
  794.           Width = 48
  795.           Height = 21
  796.           TabOrder = 1
  797.           OnChange = ComboBox5Click
  798.         end
  799.         object Edit10: TEdit
  800.           Left = 94
  801.           Top = 16
  802.           Width = 43
  803.           Height = 21
  804.           TabOrder = 0
  805.           OnChange = ComboBox5Click
  806.         end
  807.         object Edit11: TEdit
  808.           Left = 94
  809.           Top = 44
  810.           Width = 43
  811.           Height = 21
  812.           TabOrder = 2
  813.           OnChange = ComboBox5Click
  814.         end
  815.       end
  816.     end
  817.     object TabSheetGIF2: TTabSheet
  818.       Caption = 'GIF'
  819.       object Label83: TLabel
  820.         Left = 16
  821.         Top = 61
  822.         Width = 61
  823.         Height = 13
  824.         Caption = 'Original size:'
  825.       end
  826.       object Label84: TLabel
  827.         Left = 16
  828.         Top = 77
  829.         Width = 12
  830.         Height = 13
  831.         Caption = '---'
  832.       end
  833.       object Label85: TLabel
  834.         Left = 208
  835.         Top = 61
  836.         Width = 84
  837.         Height = 13
  838.         Caption = 'Compressed size:'
  839.       end
  840.       object Label86: TLabel
  841.         Left = 209
  842.         Top = 77
  843.         Width = 12
  844.         Height = 13
  845.         Caption = '---'
  846.       end
  847.       object Label87: TLabel
  848.         Left = 15
  849.         Top = 8
  850.         Width = 34
  851.         Height = 13
  852.         Caption = '&Colors:'
  853.       end
  854.       object ComboBox18: TComboBox
  855.         Left = 85
  856.         Top = 6
  857.         Width = 65
  858.         Height = 21
  859.         Style = csDropDownList
  860.         ItemHeight = 13
  861.         TabOrder = 0
  862.         OnChange = ComboBox18Change
  863.         Items.Strings = (
  864.           'B/W'
  865.           '4'
  866.           '8'
  867.           '16'
  868.           '32'
  869.           '64'
  870.           '128'
  871.           '256')
  872.       end
  873.     end
  874.     object TabSheetBMP1: TTabSheet
  875.       Caption = 'BMP'
  876.       object Label37: TLabel
  877.         Left = 16
  878.         Top = 8
  879.         Width = 65
  880.         Height = 13
  881.         Caption = '&Compression:'
  882.       end
  883.       object Label38: TLabel
  884.         Left = 16
  885.         Top = 37
  886.         Width = 34
  887.         Height = 13
  888.         Caption = 'C&olors:'
  889.       end
  890.       object Label39: TLabel
  891.         Left = 16
  892.         Top = 141
  893.         Width = 61
  894.         Height = 13
  895.         Caption = 'Original size:'
  896.       end
  897.       object Label40: TLabel
  898.         Left = 16
  899.         Top = 157
  900.         Width = 12
  901.         Height = 13
  902.         Caption = '---'
  903.       end
  904.       object Label41: TLabel
  905.         Left = 208
  906.         Top = 141
  907.         Width = 84
  908.         Height = 13
  909.         Caption = 'Compressed size:'
  910.       end
  911.       object Label42: TLabel
  912.         Left = 209
  913.         Top = 157
  914.         Width = 12
  915.         Height = 13
  916.         Caption = '---'
  917.       end
  918.       object ComboBox6: TComboBox
  919.         Left = 96
  920.         Top = 5
  921.         Width = 127
  922.         Height = 21
  923.         Style = csDropDownList
  924.         Ctl3D = True
  925.         ItemHeight = 13
  926.         ParentCtl3D = False
  927.         TabOrder = 0
  928.         OnChange = ComboBox6Change
  929.         Items.Strings = (
  930.           'Uncompressed'
  931.           'RLE')
  932.       end
  933.       object ComboBox7: TComboBox
  934.         Left = 96
  935.         Top = 35
  936.         Width = 77
  937.         Height = 21
  938.         Style = csDropDownList
  939.         ItemHeight = 13
  940.         TabOrder = 1
  941.         OnChange = ComboBox6Change
  942.         Items.Strings = (
  943.           'B/W'
  944.           '16'
  945.           '256'
  946.           '16M'
  947.           '16M (32bit)')
  948.       end
  949.     end
  950.     object TabSheetPCX1: TTabSheet
  951.       Caption = 'PCX'
  952.       object Label43: TLabel
  953.         Left = 16
  954.         Top = 8
  955.         Width = 65
  956.         Height = 13
  957.         Caption = '&Compression:'
  958.       end
  959.       object Label44: TLabel
  960.         Left = 16
  961.         Top = 37
  962.         Width = 34
  963.         Height = 13
  964.         Caption = 'C&olors:'
  965.       end
  966.       object Label45: TLabel
  967.         Left = 16
  968.         Top = 141
  969.         Width = 61
  970.         Height = 13
  971.         Caption = 'Original size:'
  972.       end
  973.       object Label46: TLabel
  974.         Left = 16
  975.         Top = 157
  976.         Width = 12
  977.         Height = 13
  978.         Caption = '---'
  979.       end
  980.       object Label47: TLabel
  981.         Left = 208
  982.         Top = 141
  983.         Width = 84
  984.         Height = 13
  985.         Caption = 'Compressed size:'
  986.       end
  987.       object Label48: TLabel
  988.         Left = 209
  989.         Top = 157
  990.         Width = 12
  991.         Height = 13
  992.         Caption = '---'
  993.       end
  994.       object ComboBox8: TComboBox
  995.         Left = 96
  996.         Top = 5
  997.         Width = 127
  998.         Height = 21
  999.         Style = csDropDownList
  1000.         Ctl3D = True
  1001.         ItemHeight = 13
  1002.         ParentCtl3D = False
  1003.         TabOrder = 0
  1004.         OnChange = ComboBox8Change
  1005.         Items.Strings = (
  1006.           'Uncompressed'
  1007.           'RLE')
  1008.       end
  1009.       object ComboBox9: TComboBox
  1010.         Left = 96
  1011.         Top = 35
  1012.         Width = 77
  1013.         Height = 21
  1014.         Style = csDropDownList
  1015.         ItemHeight = 13
  1016.         TabOrder = 1
  1017.         OnChange = ComboBox8Change
  1018.         Items.Strings = (
  1019.           'B/W'
  1020.           '16'
  1021.           '256'
  1022.           '16M')
  1023.       end
  1024.     end
  1025.     object TabSheetPNG1: TTabSheet
  1026.       Caption = 'PNG'
  1027.       object Label49: TLabel
  1028.         Left = 16
  1029.         Top = 8
  1030.         Width = 34
  1031.         Height = 13
  1032.         Caption = 'C&olors:'
  1033.       end
  1034.       object Label54: TLabel
  1035.         Left = 216
  1036.         Top = 8
  1037.         Width = 60
  1038.         Height = 13
  1039.         Caption = '&Background:'
  1040.       end
  1041.       object Label50: TLabel
  1042.         Left = 16
  1043.         Top = 141
  1044.         Width = 61
  1045.         Height = 13
  1046.         Caption = 'Original size:'
  1047.       end
  1048.       object Label51: TLabel
  1049.         Left = 16
  1050.         Top = 157
  1051.         Width = 12
  1052.         Height = 13
  1053.         Caption = '---'
  1054.       end
  1055.       object Label52: TLabel
  1056.         Left = 208
  1057.         Top = 141
  1058.         Width = 84
  1059.         Height = 13
  1060.         Caption = 'Compressed size:'
  1061.       end
  1062.       object Label53: TLabel
  1063.         Left = 209
  1064.         Top = 157
  1065.         Width = 12
  1066.         Height = 13
  1067.         Caption = '---'
  1068.       end
  1069.       object ComboBox10: TComboBox
  1070.         Left = 96
  1071.         Top = 5
  1072.         Width = 77
  1073.         Height = 21
  1074.         Style = csDropDownList
  1075.         ItemHeight = 13
  1076.         TabOrder = 0
  1077.         OnChange = ComboBox10Change
  1078.         Items.Strings = (
  1079.           'B/W'
  1080.           '256'
  1081.           '16M')
  1082.       end
  1083.       object Panel1: TPanel
  1084.         Left = 311
  1085.         Top = 7
  1086.         Width = 34
  1087.         Height = 17
  1088.         BevelOuter = bvLowered
  1089.         TabOrder = 1
  1090.         OnClick = Panel1Click
  1091.       end
  1092.       object GroupBox3: TGroupBox
  1093.         Left = 8
  1094.         Top = 42
  1095.         Width = 388
  1096.         Height = 74
  1097.         Caption = ' Advanced '
  1098.         TabOrder = 2
  1099.         object Label55: TLabel
  1100.           Left = 10
  1101.           Top = 20
  1102.           Width = 24
  1103.           Height = 13
  1104.           Caption = '&Filter'
  1105.         end
  1106.         object Label56: TLabel
  1107.           Left = 195
  1108.           Top = 20
  1109.           Width = 61
  1110.           Height = 13
  1111.           Caption = 'Co&mpression'
  1112.         end
  1113.         object ComboBox11: TComboBox
  1114.           Left = 88
  1115.           Top = 17
  1116.           Width = 89
  1117.           Height = 21
  1118.           Style = csDropDownList
  1119.           ItemHeight = 13
  1120.           TabOrder = 0
  1121.           OnChange = ComboBox10Change
  1122.           Items.Strings = (
  1123.             'None'
  1124.             'Sub'
  1125.             'Paeth')
  1126.         end
  1127.         object CheckBox6: TCheckBox
  1128.           Left = 10
  1129.           Top = 47
  1130.           Width = 91
  1131.           Height = 17
  1132.           Alignment = taLeftJustify
  1133.           Caption = 'I&nterlaced:'
  1134.           TabOrder = 2
  1135.           OnClick = ComboBox10Change
  1136.         end
  1137.         object ComboBox12: TComboBox
  1138.           Left = 272
  1139.           Top = 17
  1140.           Width = 109
  1141.           Height = 21
  1142.           Style = csDropDownList
  1143.           ItemHeight = 13
  1144.           TabOrder = 1
  1145.           OnChange = ComboBox10Change
  1146.           Items.Strings = (
  1147.             'None'
  1148.             '1'
  1149.             '2'
  1150.             '3'
  1151.             '4'
  1152.             '5'
  1153.             '6'
  1154.             '7'
  1155.             '8'
  1156.             'Max')
  1157.         end
  1158.       end
  1159.     end
  1160.     object TabSheetTGA1: TTabSheet
  1161.       Caption = 'TGA'
  1162.       object Label62: TLabel
  1163.         Left = 16
  1164.         Top = 8
  1165.         Width = 34
  1166.         Height = 13
  1167.         Caption = 'C&olors:'
  1168.       end
  1169.       object Label63: TLabel
  1170.         Left = 216
  1171.         Top = 8
  1172.         Width = 60
  1173.         Height = 13
  1174.         Caption = '&Background:'
  1175.       end
  1176.       object Label64: TLabel
  1177.         Left = 16
  1178.         Top = 59
  1179.         Width = 31
  1180.         Height = 13
  1181.         Caption = '&Name:'
  1182.       end
  1183.       object Label65: TLabel
  1184.         Left = 16
  1185.         Top = 91
  1186.         Width = 57
  1187.         Height = 13
  1188.         Caption = '&Description:'
  1189.       end
  1190.       object Label58: TLabel
  1191.         Left = 16
  1192.         Top = 141
  1193.         Width = 61
  1194.         Height = 13
  1195.         Caption = 'Original size:'
  1196.       end
  1197.       object Label59: TLabel
  1198.         Left = 16
  1199.         Top = 157
  1200.         Width = 12
  1201.         Height = 13
  1202.         Caption = '---'
  1203.       end
  1204.       object Label60: TLabel
  1205.         Left = 208
  1206.         Top = 141
  1207.         Width = 84
  1208.         Height = 13
  1209.         Caption = 'Compressed size:'
  1210.       end
  1211.       object Label61: TLabel
  1212.         Left = 209
  1213.         Top = 157
  1214.         Width = 12
  1215.         Height = 13
  1216.         Caption = '---'
  1217.       end
  1218.       object ComboBox14: TComboBox
  1219.         Left = 96
  1220.         Top = 5
  1221.         Width = 77
  1222.         Height = 21
  1223.         Style = csDropDownList
  1224.         ItemHeight = 13
  1225.         TabOrder = 0
  1226.         OnClick = ComboBox14Click
  1227.         Items.Strings = (
  1228.           'B/W'
  1229.           '256'
  1230.           '16M')
  1231.       end
  1232.       object Panel5: TPanel
  1233.         Left = 311
  1234.         Top = 7
  1235.         Width = 34
  1236.         Height = 17
  1237.         BevelOuter = bvLowered
  1238.         TabOrder = 1
  1239.         OnClick = Panel5Click
  1240.       end
  1241.       object CheckBox1: TCheckBox
  1242.         Left = 14
  1243.         Top = 32
  1244.         Width = 95
  1245.         Height = 17
  1246.         Alignment = taLeftJustify
  1247.         Caption = 'Compression:'
  1248.         TabOrder = 2
  1249.         OnClick = ComboBox14Click
  1250.       end
  1251.       object Edit13: TEdit
  1252.         Left = 95
  1253.         Top = 56
  1254.         Width = 298
  1255.         Height = 21
  1256.         TabOrder = 3
  1257.         OnChange = ComboBox14Click
  1258.       end
  1259.       object Edit14: TEdit
  1260.         Left = 95
  1261.         Top = 87
  1262.         Width = 298
  1263.         Height = 21
  1264.         TabOrder = 4
  1265.         OnChange = ComboBox14Click
  1266.       end
  1267.     end
  1268.     object TabSheetJ20001: TTabSheet
  1269.       Caption = 'JPEG2000'
  1270.       object Label66: TLabel
  1271.         Left = 11
  1272.         Top = 8
  1273.         Width = 27
  1274.         Height = 13
  1275.         Caption = '&Rate:'
  1276.         FocusControl = Edit15
  1277.       end
  1278.       object Label67: TLabel
  1279.         Left = 16
  1280.         Top = 141
  1281.         Width = 61
  1282.         Height = 13
  1283.         Caption = 'Original size:'
  1284.       end
  1285.       object Label68: TLabel
  1286.         Left = 16
  1287.         Top = 157
  1288.         Width = 12
  1289.         Height = 13
  1290.         Caption = '---'
  1291.       end
  1292.       object Label69: TLabel
  1293.         Left = 208
  1294.         Top = 141
  1295.         Width = 84
  1296.         Height = 13
  1297.         Caption = 'Compressed size:'
  1298.       end
  1299.       object Label70: TLabel
  1300.         Left = 209
  1301.         Top = 157
  1302.         Width = 12
  1303.         Height = 13
  1304.         Caption = '---'
  1305.       end
  1306.       object Label71: TLabel
  1307.         Left = 11
  1308.         Top = 44
  1309.         Width = 61
  1310.         Height = 13
  1311.         Caption = 'P&hotometric:'
  1312.       end
  1313.       object Edit15: TEdit
  1314.         Left = 77
  1315.         Top = 5
  1316.         Width = 33
  1317.         Height = 21
  1318.         TabOrder = 0
  1319.         Text = '0'
  1320.         OnChange = Edit15Change
  1321.       end
  1322.       object TrackBar1: TTrackBar
  1323.         Left = 128
  1324.         Top = 6
  1325.         Width = 275
  1326.         Height = 19
  1327.         Max = 1000
  1328.         Orientation = trHorizontal
  1329.         Frequency = 20
  1330.         Position = 0
  1331.         SelEnd = 0
  1332.         SelStart = 0
  1333.         TabOrder = 1
  1334.         TickMarks = tmBottomRight
  1335.         TickStyle = tsAuto
  1336.         OnChange = TrackBar1Change
  1337.       end
  1338.       object ComboBox15: TComboBox
  1339.         Left = 77
  1340.         Top = 41
  1341.         Width = 78
  1342.         Height = 21
  1343.         Style = csDropDownList
  1344.         ItemHeight = 13
  1345.         TabOrder = 2
  1346.         OnChange = TrackBar1Change
  1347.         Items.Strings = (
  1348.           'GrayScale'
  1349.           'RGB'
  1350.           'YCbCr')
  1351.       end
  1352.     end
  1353.   end
  1354.   object btnPreview: TButton
  1355.     Left = 428
  1356.     Top = 102
  1357.     Width = 87
  1358.     Height = 23
  1359.     Caption = '&Preview'
  1360.     TabOrder = 2
  1361.     OnClick = btnPreviewClick
  1362.   end
  1363.   object btnApply: TButton
  1364.     Left = 428
  1365.     Top = 132
  1366.     Width = 87
  1367.     Height = 23
  1368.     Caption = '&Apply'
  1369.     TabOrder = 3
  1370.     OnClick = btnApplyClick
  1371.   end
  1372.   object chkLockPreview: TCheckBox
  1373.     Left = 10
  1374.     Top = 399
  1375.     Width = 365
  1376.     Height = 17
  1377.     Hint = 
  1378.       'Automatically updates your preview with the changes you have sel' +
  1379.       'ected'
  1380.     Caption = 'Lock Preview'
  1381.     ParentShowHint = False
  1382.     ShowHint = False
  1383.     TabOrder = 5
  1384.     OnClick = SpeedButton1Click
  1385.   end
  1386.   object ImageEn1: TImageEnView
  1387.     Left = 10
  1388.     Top = 23
  1389.     Width = 191
  1390.     Height = 135
  1391.     Cursor = 1782
  1392.     Background = clWhite
  1393.     ParentCtl3D = False
  1394.     OnViewChange = ImageEn1ViewChange
  1395.     MouseInteract = [miZoom, miScroll]
  1396.     OnProgress = ImageEn1Progress
  1397.     ImageEnVersion = '3.1.2'
  1398.     EnableInteractionHints = True
  1399.     TabOrder = 6
  1400.   end
  1401.   object ImageEn2: TImageEnView
  1402.     Left = 227
  1403.     Top = 23
  1404.     Width = 191
  1405.     Height = 135
  1406.     Cursor = 1780
  1407.     Background = clWhite
  1408.     ParentCtl3D = False
  1409.     OnProgress = ImageEn1Progress
  1410.     ImageEnVersion = '3.1.2'
  1411.     EnableInteractionHints = True
  1412.     TabOrder = 7
  1413.   end
  1414.   object pbrPreview: TProgressBar
  1415.     Left = 11
  1416.     Top = 161
  1417.     Width = 406
  1418.     Height = 10
  1419.     Min = 0
  1420.     Max = 100
  1421.     TabOrder = 8
  1422.     Visible = False
  1423.   end
  1424.   object ColorDialog1: TColorDialog
  1425.     Ctl3D = True
  1426.     Left = 48
  1427.     Top = 34
  1428.   end
  1429.   object tmrApplyAct: TTimer
  1430.     Enabled = False
  1431.     Interval = 750
  1432.     OnTimer = tmrApplyActTimer
  1433.     Left = 124
  1434.     Top = 35
  1435.   end
  1436. end
  1437.